:root {
    --ebtb3-white: #ffffff;
    --ebtb3-dark: #000000;
    --ebtb3-primary:#28396C;
    --ebtb3-secondary:#B5E18B;
    --ebtb3-gray: #cccccc;
    --ebtb3-icon-shadow: 0 0 4px hsla(212, 15%, 22%, 0.80);

    /* ===== SPACING ===== */
    --ebtb3-space-xs: .4rem;
    --ebtb3-space-sm: .8rem;

    /* ===== FONT SCALE ===== */

    --ebtb3-fs-lg: 1.125rem;
    --ebtb3-fs-xl: 1.6rem;

}